翻訳と辞書
Words near each other
・ AT Conference, Inc.
・ At Crooked Lake
・ Asynapteron
・ Asynapteron contrarium
・ Asynapteron eburnigerum
・ Asynapteron equatorianum
・ Asynapteron glabriolum
・ Asynapteron inca
・ Asynapteron ranthum
・ Async Corp.
・ Asynchronous array of simple processors
・ Asynchronous Balanced Mode
・ Asynchronous cellular automaton
・ Asynchronous circuit
・ Asynchronous communication
Asynchronous communication mechanism
・ Asynchronous conferencing
・ Asynchronous Connection-Less
・ Asynchronous I/O
・ Asynchronous Layered Coding
・ Asynchronous learning
・ Asynchronous method dispatch
・ Asynchronous method invocation
・ Asynchronous module definition
・ Asynchronous operation
・ Asynchronous semaphore
・ Asynchronous serial communication
・ Asynchronous serial interface
・ Asynchronous system
・ Asynchronous System Trap


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Asynchronous communication mechanism : ウィキペディア英語版
Asynchronous communication mechanism
The role of an asynchronous communication mechanism (ACM) is to synchronize the transfer of data in a system between a writing process and a reading process operating concurrently.

The mechanism by which the ACM performs this task varies heavily depending upon the situation in which the ACM is employed.
A possible scenario is the writer outputs data at higher rate than the reader can process this data. Without an ACM, one of two things will now happen:
If the system incorporates a buffer between processes (e.g. a
*nix shell pipe), then data will accumulate and be processed at the reader's maximum rate. There are some circumstances in which this is a desirable characteristic (e.g. piping a file over SSH). In the case that all data is important, and the reader's output does not need to be synchronised with the input.
If it is necessary to synchronize the input of the writer with the output of the reader, then it is the place of an ACM to interface with the two systems, and make active decisions on how to handle each packet of information. If, for example, maximum synchronization is required, the ACM would be configured to drop packets, and output the newest packets at the readers maximum speed.
Alternatively, if there is no buffer, some of this data may be lost. If this is undesirable, the ACM can provide this buffer, or process the data in such a way that minimal information is lost.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Asynchronous communication mechanism」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.